home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000148_PCPete@audiography.com.au_Wed Apr 2 13:31:36 2008.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader2.panix.com!panix!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!newspump.monmouth.com!newspeer.monmouth.com!newspeer1.nac.net!border2.nntp.dca.giganews.com!nntp.giganews.com!news1.optus.net.au!optus!newsfeeder.syd.optusnet.com.au!news.optusnet.com.au!not-for-mail
  2. From: PC Pete <PCPete@audiography.com.au>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Help with CPVGEN sources for TurboDOS system?
  5. Date: Wed, 2 Apr 2008 12:32:19 +1100
  6. Message-ID: <MPG.225d8d2ae0640103989680@news.optusnet.com.au>
  7. Organization: Audiography
  8. MIME-Version: 1.0
  9. Content-Type: text/plain; charset="iso-8859-15"
  10. Content-Transfer-Encoding: 7bit
  11. User-Agent: MicroPlanet-Gravity/2.70.2067
  12. Lines: 42
  13. NNTP-Posting-Host: 122.107.177.239
  14. X-Trace: 1207099940  11230 122.107.177.239
  15. Xref: panix comp.protocols.kermit.misc:15739
  16.  
  17. G'day all,
  18.  
  19. I'm trying desperately to rescue a terminally ill TurboDOS system. It 
  20. has no working floppy controller, and the hard drive is spinning down 
  21. for the last time! TurboDOS is an "extension" of CP/M 2.2 - it has most 
  22. of the same BDOS calls, but also an extra set of T-calls for better I/O 
  23. and so on. Most "standard" CP/M 2.2 applications (like KERMIT, XMODEM, 
  24. etc) work perfectly, if inefficiently without modification.
  25.  
  26. I've got L80 and M80, and all the usual editors (WS, etc), but while I 
  27. can compile and link the asm sources for the system-independent code, I 
  28. just can't get the linker to link the CPVGEN.HEX code in properly.
  29.  
  30. By "properly", I mean it links in, but running the final COM file 
  31. results in an immediate exit to the prompt with no messages or any other 
  32. activity that I can see.
  33.  
  34. Luckily, I also have Turbo Pascal 3.01, so I've been able to write a 
  35. simple download/parse routine to get the source and hex files on to the 
  36. system, so I might be able to build something myself - but that's going 
  37. to take time that the system just doesn't have left.
  38.  
  39. I tried to use the bootstrap routines, but because it's running 
  40. TurboDOS, there is no SAVE.COM equivalent, so while I can use DDT to 
  41. load and merge the hex sources (from the /a subdir on the kermit 
  42. server), I can't run or save the merged file.
  43.  
  44. I'm running out of options, and after 2 days spent trolling mail and 
  45. news archives, I know the CPVGEN source used to be available, and I know 
  46. that at least one person successfully compiled and ran Kermit 3.x on a 
  47. TurboDOS system - so it's been done, but I can't for the life of me find 
  48. any other reference to the asm sources.
  49.  
  50. I've spent two or three hours disassembling the DDT'd hex file for 
  51. CPVGEN, but of course that doesn't work properly once the instruction 
  52. stream gets out of sync with the disassembled addresses.
  53.  
  54. Any ideas, comments, or suggestions would be most welcome.
  55.  
  56. Kind regards,
  57. PCPete
  58. PCPete at audiography dot com dot au